home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP12 / xImap12.dxr / 00016_Narration looping script.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  480 b   |  21 lines

  1. on exitFrame
  2.   global gintClosedCaptionStatus
  3.   if gintClosedCaptionStatus > 0 then
  4.     case marker(0) of
  5.       label("startNarr"):
  6.         hCCNarrationCompletionCheck(2, 0, marker(1))
  7.       label("Slider3"):
  8.         hCCNarrationCompletionCheck(2, 0, 0)
  9.     end case
  10.   else
  11.     case marker(0) of
  12.       label("startNarr"):
  13.         if the frame < label("EndCC") then
  14.           go(the frame + 1)
  15.         end if
  16.       label("Slider3"):
  17.         go(the frame)
  18.     end case
  19.   end if
  20. end
  21.